home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / datacomm / 179 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: news.uidaho.edu!usenet
  2. From: dickow@raven.csrv.uidaho.edu (dickow)
  3. Newsgroups: comp.sys.amiga.datacomm
  4. Subject: Re: Dialscript needed
  5. Date: 11 Jan 1996 07:40:58 GMT
  6. Organization: University of Idaho, Moscow, Idaho
  7. Distribution: world
  8. Message-ID: <772.6583T1426T95@raven.csrv.uidaho.edu>
  9. References: <4cug85$c38@news.usaor.net>
  10. NNTP-Posting-Host: xslip48.csrv.uidaho.edu
  11. Mime-Version: 1.0
  12. Content-Type: text/plain; charset=US-ASCII
  13. Content-Transfer-Encoding: 7bit
  14. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  15.  
  16.  
  17. >I've been having trouble with my dialscript I use with AmiTCP.  It seems
  18. >as it just hangs right after I send my password.  I've changed the script
  19. >after that point and no I get an error.  Could someone tell me what I'm
  20. >doing wrong?  Here is the script I use:
  21.  
  22. >TIMEOUT 1500
  23. >REDIAL "BUSY"
  24. >delay 100
  25. >send "ATZ"
  26. >wait "OK"
  27. >delay 5
  28. >SEND "ATDT 3914905"
  29. >WAIT "CONNECT"
  30. >delay 2
  31. >SEND ""
  32. >WAIT "ogin"
  33. >SEND "bley"
  34. >WAIT "assword"
  35. >SEND "xxx"
  36. >SEND "MTU"
  37. >delay 50
  38.  
  39. Take out that last delay 50. This fixed my dialscript and will probably fix
  40. yours. My guess is that your server plows right ahead sending packets to
  41. continue the negotiations.
  42.  
  43. **************************************//*
  44. *  Bob Dickow  (dickow@uidaho.edu) \\// *
  45. *****************************************
  46.  
  47.